home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
ma.dir
/
00905_Solved frameScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-18
|
305 b
|
16 lines
global gSIActiveWindow, gSIHParentWnd, gSISystem
on exitFrame
if gSISystem = "WIN" then
set vHWnd to gSIActiveWindow(mCall)
if vHWnd <> gSIHParentWnd then
go(the frame)
exit
end if
end if
UIRollover(47, 48)
hRolloverScript("Solved")
MAdoConButtons()
go(the frame)
end